Revision: hackerlab--devo--1.0--patch-46
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Mon May 10 13:06:44 PDT 2004
Standard-date: 2004-05-10 20:06:44 GMT
New-files: char/.arch-ids/pika-escaping.c.id
    char/.arch-ids/pika-escaping.h.id
    char/pika-escaping-utils.c char/pika-escaping-utils.h
    char/pika-escaping.c char/pika-escaping.h
    tests/char-tests/unit-pika-escaping.c
    tests/char-tests/unit-pika-escaping.sh
Modified-files: char/char-class.c char/char-class.h
    fmt/cvt.c fmt/cvt.h tests/fmt-tests/unit-cvt.c
New-patches: chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-7
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-8
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-9
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-10
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-11
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-12
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-13
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-15
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-16
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-17
    chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-18
    chth@gmx.net--tla2004/hackerlab--pika-escapes--1.0--base-0
    chth@gmx.net--tla2004/hackerlab--pika-escapes--1.0--patch-1
    chth@gmx.net--tla2004/hackerlab--pika-escapes--1.0--patch-2
    lord@emf.net--2004/hackerlab--devo--1.0--patch-46
Summary: [NOTE] raw-merge escaping support routines
Keywords: 

Adds Pika-escaping routines and, incidentally, new fmt functions.

This is mostly in support of spaces-in-filenames support for tla.
(There are some bugs and other glitches to be fixed in subsequent
commits.)


Patches applied:

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-7
   new and enhanced fmt functions part 1: integer to string

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-8
   removed dead code from cvt.c

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-9
   new and enhanced fmt functions part 2(finish): string to integer

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-10
   new and enhanced fmt functions part 3: fixes and documentation

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-11
   new and enhanced fmt functions part 4: semantic fixes

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-12
   new and enhanced fmt functions part 5: tests

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-13
   added non_ascii char-class

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-15
   new pika-escaping tools

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-16
   pika escaping utilities

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-17
   _n and no _n variants

 * chth@gmx.net--tla2004/hackerlab--escapes--1.0--patch-18
   fixed nasty string termination bug

 * chth@gmx.net--tla2004/hackerlab--pika-escapes--1.0--base-0
   tag of lord@emf.net--2004/hackerlab--devo--1.0--patch-37

 * chth@gmx.net--tla2004/hackerlab--pika-escapes--1.0--patch-1
   merged escaping engine

 * chth@gmx.net--tla2004/hackerlab--pika-escapes--1.0--patch-2
   fmt functions

